home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / CAD / PADSLOG.ARJ / LOGIC.EXE / PCBDEC.HLP < prev    next >
Text File  |  1988-11-07  |  5KB  |  178 lines

  1.            Part Decal Library Help 
  2.  
  3. Part Decals are used to specify the 
  4. graphical information associated with parts 
  5.  
  6. Each decal contains information on the 
  7. outline; default location of the reference 
  8. name and the pad locations.
  9.  
  10. -------------------------------------------   
  11. The format for a Decal items is:
  12. -------------------------------------------   
  13.  
  14. (Items that are not in capital letters are
  15. Optional)
  16.  
  17.  
  18. N X Y NX NY NORI PIECES TERMS STACK text
  19.  
  20.  
  21. TYPE NUMCRNS WID LVL {for each piece in outline}
  22. X Y BGNARC DELTAARC GEMOARC MINX MINY MAXX MAXY
  23. X Y BGNARC DELTAARC GEMOARC MINX MINY MAXX MAXY
  24.       .
  25. TYPE NUMCRNS WID LVL {for each piece in outline}
  26. X Y BGNARC DELTAARC GEMOARC MINX MINY MAXX MAXY
  27.     |
  28. X Y BGNARC DELTAARC GEMOARC MINX MINY MAXX MAXY
  29.  
  30. X Y ORI LEVEL HEIGHT WIDTH MIRROR
  31. TEXT
  32.       .
  33. X Y ORI LEVEL HEIGHT WIDTH mirror
  34. TEXT
  35.  
  36. TX Y nmx nmy {for each terminal in symbol}
  37. TX Y nmx nmy
  38. TX Y nmx nmy
  39.     |
  40. [PAD] PINNO LINES {for each pad stack}
  41. LVL SIZE SHP ori length offset drill
  42. LVL SIZE SHP 
  43. LVL SIZE SHP ori length offset drill
  44. {for each line of pad stack}
  45.     |
  46. [PAD] PINNO LINES {for each pad stack}
  47. LVL SIZE SHP drill
  48. LVL SIZE SHP 
  49.  
  50.  
  51. ------------------------------------------
  52. >N X Y NX NY NORI PIECES TERMS STACK text
  53.  
  54. N : User defined decal name (upto 16 chars)
  55. X,Y : origin of the symbol
  56. NX,NY : Default x & y location of reference 
  57.    name for parts using this decal
  58. NORI : Default orientation of reference name
  59.    for parts using this decal. (90 degree 
  60.    increments only)
  61. PIECES : Number of pieces in the decals
  62.     outline 
  63. TERMS : Number of terminals in the 
  64.    Decal.
  65. STACK : number of pad stacks defined
  66.    for the part type
  67. text: number of text strings associated
  68.    with the decal item(optional).
  69.  
  70.  
  71.  
  72.  
  73. ------------------------------------------   
  74. TYPE NUMCRNS WID LVL {for each piece in outline}
  75.  
  76. TYPE:   Type of piece being described.
  77.    OPEN   - segments of are open ended.
  78.    CLOSED - segments of are closed ended.
  79.       The last corner must be same as the
  80.       first corner. BOARD type line items
  81.       must be closed.
  82.    COPOPN - copper segments are open.
  83.    COPCLS - copper segments of are closed 
  84.       ended.  The last corner must be same 
  85.       as the first corner. The outline is the
  86.       absolute edge of this copper.
  87.    CIRCLE - piece must have two corners   
  88.       which describe the diameter.
  89. NUMCRNS: Number of corners in the piece.
  90. WID : line width to draw the piece
  91.     outline.
  92. LVL : level to put piece on; 0 is all levels
  93.           
  94. ------------------------------------------   
  95. > X Y BGNARC DELTAARC GEMOARC MINX MINY MAXX MAXY
  96.  
  97. X,Y:    x,y coordinate of corner
  98. BGNARC: (optional) bgn angle in degrees of 
  99.    the arc 
  100. DELTAARC:  (optional) length in degrees of 
  101.    the arc.
  102. GEOMARC:  (optional) length in degrees of 
  103.    the arc( same as delta arc).
  104. MINX MINY MAXX MAXY: (optional) rectangle 
  105. around circle on which the arc is described.
  106.  
  107. ------------------------------------------   
  108. > X Y ORI LEVEL HEIGHT WIDTH mirror
  109.  
  110. X,Y:    x,y location of text relative to the
  111. symbol origin.
  112. ORI:      rotation of text (0 90 180 270).
  113. LEVEL:  level the text is located on.
  114. HEIGHT: height of the text in thous/inch.
  115. WIDTH:  line width used to draw the text.
  116. mirror: mirror value of the text M=mirrored,
  117. N=not mirrored(optional)
  118.  
  119. ------------------------------------------   
  120. > TEXT
  121.  
  122. TEXT:   string of text associated with the 
  123. lines item
  124.  
  125. ------------------------------------------
  126. >T X Y pnmx pnmy
  127.  
  128. X Y : Location of the decal terminal relative
  129.    to the decals origin.  Origin is defined
  130.    in the lines item wiht the same name as
  131.    decal.
  132. pnmx,pnmy : (optional) Location of the pinNo 
  133.    name relative to the origin of the decal.
  134.  
  135.  
  136. >[PAD] PINNO LINES {for each pad stack}
  137.  
  138. PINNO :   part pin number to assc. the 
  139.    pad stack with. pin number 0 means
  140.    all pins in part.
  141. LINES : number of lines of pad stack
  142.    info assc. with this pin.
  143.  
  144. >LVL SIZE SHP ori length offset drill
  145.    -or-
  146. >LVL SIZE SHP INNER-DIA drill {annular shape }
  147.     -or-
  148. >LVL SIZE SHP drill {shape not finger}
  149.  
  150. LVL : level pad info. is assc. with.
  151.    level = -2 -- top routing level
  152.    level = -1 -- all inner routing not 
  153.                  otherwise defined 
  154.    level = 0 --  bottom routing level
  155.    levels = 1-32 are individually defined 
  156.                  levels
  157.  
  158. SIZE : size of pad 0-250
  159. SHP : shape of pad.
  160.    R = round
  161.    S = square
  162.    A = annular
  163.    O = odd shaped{thermal relief etc}
  164.    OF = oval finger
  165.    SF = square finger
  166. ori : orientation of finger 0 or 90 degrees
  167.    length : total length of finger must 
  168.    be larger then finger width and not to 
  169.     exceed 1000.
  170. offset : offset center of finger.
  171.    -127 value to the left or down.
  172.    +127 value to the right or up.
  173.    offset must keep center inside the 
  174.    finger.
  175. drill : drill hole size 0-1000
  176.  
  177.             <END OF HELP FILE>
  178.